home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gMouseClickCounter, gFrame
- set gMouseClickCounter to gMouseClickCounter + 1
- if gMouseClickCounter = 1 then
- puppetSound("wrong1.aif")
- updateStage()
- end if
- if gMouseClickCounter = 2 then
- puppetSound("badproph.aif")
- updateStage()
- end if
- if gMouseClickCounter = 3 then
- puppetSound("wrong3.aif")
- updateStage()
- repeat while soundBusy(1)
- nothing()
- end repeat
- set gFrame to gFrame + 1
- go(marker(1))
- end if
- end
-